home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / destroytheworld.swf / scripts / DefineButton2_519 / BUTTONCONDACTION on(release).as < prev    next >
Encoding:
Text File  |  2006-06-13  |  143 b   |  9 lines

  1. on(release){
  2.    _global.menuMusic.stop();
  3.    _global.gameMusic.stop();
  4.    tellTarget("_root")
  5.    {
  6.       gotoAndStop("level3");
  7.    }
  8. }
  9.